home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 7: Sunsite
/
Linux Cubed Series 7 - Sunsite Vol 1.iso
/
system
/
network
/
file-tra
/
ncftp-1.9
/
ncftp-1
/
ncftp-1.9.5
/
getpass.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-10-02
|
370 b
|
24 lines
/* Getpass.h */
#ifndef _getpass_h_
#define _getpass_h_
/* $RCSfile: getpass.h,v $
* $Revision: 14020.11 $
* $Date: 93/05/21 05:45:36 $
*/
#define kMaxPassLen 127
#ifdef GETPASS
extern char *getpass(); /* Use the system supplied getpass. */
#else
char *Getpass(char *prompt);
#endif
void Echo(FILE *fp, int on);
#endif /* _getpass_h_ */
/* eof Getpass.h */